- 19 Mar, 2019 1 commit
-
-
Mario de la Ossa authored
-
- 06 Mar, 2019 39 commits
-
-
Robert Speicher authored
Allow all snippets to be accessed by API Closes #41888 See merge request gitlab-org/gitlab-ce!25772
-
Stan Hu authored
Fix exports related to new templates Closes #58570 See merge request gitlab-org/gitlab-ce!25794
-
Jason Lenny authored
This reverts commit 669d84356771682961ac6c416c3cbdb983ec0cd2
-
Rémy Coutable authored
Fix typo in review-performance job See merge request gitlab-org/gitlab-ce!25821
-
Ramya Authappan authored
-
Robert Speicher authored
This reverts commit c9ecc71a, reversing changes made to c3c8dbf8.
-
Rémy Coutable authored
Adds Rubocop ReturnNil cop Closes #57454 See merge request gitlab-org/gitlab-ce!25034
-
Stan Hu authored
Allow GraphQL requests without CSRF token Closes #57237 See merge request gitlab-org/gitlab-ce!25719
-
Sean McGivern authored
Document ChatOps for actor feature gates See merge request gitlab-org/gitlab-ce!25815
-
Mark Lapierre authored
Quarantine failing ssh key test See merge request gitlab-org/gitlab-ce!25813
-
Sanad Liaquat authored
Quarantine: Update failure issue link See merge request gitlab-org/gitlab-ce!25811
-
Andrew Newdigate authored
This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points
-
Zeger-Jan van de Weg authored
The documentations only covered the percentage based feature gates. These don't work really well for a number of reasons, for example; a new visual element in GitLab would be weird to see only 25% of the time. Allowing feature gates based on projects and groups has been supported, now it's documented.
-
Filipa Lacerda authored
CE backport of ee-parallel-diff-view See merge request gitlab-org/gitlab-ce!25734
-
Mark Lapierre authored
-
Bob Van Landuyt authored
With this we allow authentication using a session or using personal access token. Authentication using a session, and CSRF token makes it easy to play with GraphQL from the Graphiql endpoint we expose. But we cannot enforce CSRF validity, otherwise authentication for regular API clients would fail when they use personal access tokens to authenticate.
-
Tim Zallmann authored
Re-add gitlab:ui:visual ci job Closes gitlab-ui#192 See merge request gitlab-org/gitlab-ce!25808
-
Clement Ho authored
-
Bob Van Landuyt authored
These adjustments make sure our GraphQL helpers support rendering queries for empty fields like this: { echo(text: "Hello world") } Instead of like this: { echo(text: "Hello world") { } } The latter would be an invalid query, causing parsing errors.
-
Rémy Coutable authored
Making review-performance run on master in scheduled runs Closes #57881 See merge request gitlab-org/gitlab-ce!25757
-
Ramya Authappan authored
-
Sanad Liaquat authored
-
Sean McGivern authored
PUT MergeRequest API endpoint - accept labels as an array See merge request gitlab-org/gitlab-ce!19914
-
Kamil Trzciński authored
Expose merge request entity for pipelines See merge request gitlab-org/gitlab-ce!25679
-
Clement Ho authored
Resolve "Introduce zoom and scroll functionality on metrics charts" Closes #57085 See merge request gitlab-org/gitlab-ce!25388
-
Adriel Santiago authored
Adds the ability to change data zoom for metrics graphs
-
Kamil Trzciński authored
Allow protected branch creation via web and API Closes #53361 See merge request gitlab-org/gitlab-ce!24969
-
Patrick Bajao authored
This commit includes changes to add `UserAccess#can_create_branch?` which will check whether the user is allowed to create a branch even if it matches a protected branch. This is used in `Gitlab::Checks::BranchCheck` when the branch name matches a protected branch. A `push_to_create_protected_branch` ability in `ProjectPolicy` has been added to allow Developers and above to create protected branches.
-
Grzegorz Bizon authored
Use optional encryption strategy for Runners Tokens Closes #54859 See merge request gitlab-org/gitlab-ce!25532
-
Kamil Trzciński authored
This makes code to support encrypted runner tokens. This code also finished previously started encryption process.
-
Marcia Ramos authored
Fix object storage link in doc See merge request gitlab-org/gitlab-ce!25791
-
Kushal Pandya authored
CE FE Add PersistentUserCallout factory method See merge request gitlab-org/gitlab-ce!25481
-
Clement Ho authored
Resolve "Add Saturday to Localization first day of the week" Closes #58023 See merge request gitlab-org/gitlab-ce!25509
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Alexandru Croitor authored
* Support label parameter as comma separated and array of strings for merge requests and issues api endpoints
-
Phil Hughes authored
Update dependency @gitlab/ui to ^2.2.0 See merge request gitlab-org/gitlab-ce!25795
-
Kamil Trzciński authored
API: delete job_artifacts of a single job See merge request gitlab-org/gitlab-ce!25522
-
Roger Rüttimann authored
-
Kamil Trzciński authored
Fix spelling and other minor improvements See merge request gitlab-org/gitlab-ce!25784
-