Commit graph

17 commits

Author SHA1 Message Date
Aakriti Gupta
506bf42817 Pick only those groups that the viewing user has access to,
in a project members' list. Add tests for possible scenarios

Re-factor and remove N + 1 queries

Remove author from changelog

Don't use memoisation when not needed

Include users part of parents of project's group

Re-factor tests

Create and add users according to roles

Re-use group created earlier

Add incomplete test for ancestoral groups

Rename method to clarify category of groups

Skip pending test, remove comments not needed

Remove extra line

Include ancestors from invited groups as well

Add specs for participants service

Add more specs

Add more specs

use  instead of

Use public group owner instead of project maintainer to test owner acess

Remove tests that have now been moved into participants_service_spec

Use :context instead of :all

Create nested group instead of creating an ancestor separately

Add comment explaining doubt on the failing spec

Imrpove test setup

Optimize sql queries

Refactor specs file

Add rubocop disablement

Add special case for project owners

Add small refactor

Add explanation to the docs

Fix wording

Refactor group check

Add small changes in specs

Add cr remarks

Add cr remarks

Add specs

Add small refactor

Add code review remarks

Refactor for better database usage

Fix failing spec

Remove rubocop offences

Add cr remarks
2019-09-25 13:24:45 +02:00
Matt Penna
1fea6cccd4 Docs: Clarified project membership terminology 2019-09-12 02:58:07 +00:00
Manoj MJ
b943baa42a Limit access request email to 10 most recently active owners/maintainers
This change limits the number of emails
for new access requests notifications to
10 most recently active owners/maintainers
2019-08-30 21:30:51 +00:00
Tristan Williams
39c7ac8da4 Docs: Refresh project request access screenshots 2019-08-21 09:18:59 +00:00
Marcel Amirault
f6ff16eb98 Fix markdown spacing in various docs
Align images and lists in assorted markdown docs
2019-08-12 09:54:30 +00:00
Marcel Amirault
4121c63676 Remove extra blank lines from docs
Removing extra blank lines in docs that serve
no purpose, as well as some --- lines that also
are not needed.
2019-07-15 01:04:35 +00:00
Marcel Amirault
54358d6199 Docs: Remove all remaining orphaned images. 2019-05-17 19:21:48 +00:00
Mike Lewis
d7eb2029fe Add serial comma 2019-01-13 21:52:04 +00:00
Achilleas Pipinellis
8dbcd11075
Compress all PNG images under doc/
The pngquant tool was used https://pngquant.org, and particularly, the
following command:

        /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png

Before: 47584K
After : 34924K
2018-08-27 15:52:03 +02:00
Mark Chao
15469fe0a1 doc 2018-06-06 21:01:44 +09:00
Mark Chao
d5a303cf4d Doc update 2018-06-06 21:01:43 +09:00
Douwe Maan
a94bfa1012 Clarify what groups projects can be shared with. 2018-03-09 10:52:57 +00:00
Mark Fletcher
9fffb6e3b8 Fix permissions link for project member docs 2017-11-10 17:32:18 +00:00
Michael Kozono
a887194abd Update “Share with group lock” docs 2017-09-06 12:07:21 -07:00
Harish Ramachandran
f6d5196eaa Update share project with groups docs 2017-08-30 17:23:31 +00:00
Marcia Ramos
65d6f87328 move "share projects with groups" docs
- correct the file tree
- remove duplicate doc
- move to project/members/
- move images
- update links
2017-08-14 16:15:51 -03:00
Marcia Ramos
f325056126 move doc from /workflow/ to /project/
fix the file tree
2017-08-14 15:00:09 -03:00