- 18 Sep, 2019 1 commit
-
-
Erick Bajao authored
Instead of preloading the status, we now preload the latest pipelines instead for each commit. This gives us more flexibility on how to display the status. This also helps us avoid passing the current_user deep through the model methods. Best to call the detailed_status in the view/presentation layer. We also extracted commit's pipeline behavior into its own class. This is to better isolate and organize the pipeline related behavior of the Commit object. Moving the pipeline behavior into its own class resulted to a lot of breaking changes though. So instead of always having to create your own instance of a CommitWithPipeline, we're just gonna use the same commit object but just delegate the pipeline related calls to the CommitWithPipeline instance.
-
- 17 Sep, 2019 39 commits
-
-
Dmitriy Zaporozhets authored
Rename gitlab-ee to gitlab in version check helper See merge request gitlab-org/gitlab!16931
-
Achilleas Pipinellis authored
Add documentation for the GitLab pipelines configuration See merge request gitlab-org/gitlab!16528
-
Achilleas Pipinellis authored
Update Container Registry Replication guide See merge request gitlab-org/gitlab!16927
-
Valery Sizov authored
with message on GitLab HA
-
Rémy Coutable authored
Fix changelog generation for the single codebase Closes #32040 See merge request gitlab-org/gitlab!16826
-
Stan Hu authored
[EE] Use Pipelines for Merge Requests with change detection Closes #31642 and #27749 See merge request gitlab-org/gitlab!15761
-
Kushal Pandya authored
Merge branch '32068-productivity-analytics-mr-table-showing-zeros-in-time-to-merge-column' into 'master' Resolve "Productivity Analytics: MR table showing zeros in "Time to merge" column" Closes #32068 See merge request gitlab-org/gitlab!16843
-
Martin Wortschack authored
- This allows metricTypes to be shared across module - Render "days_to_merge" metric in "Time to merge" column - Render correct column options
-
Nick Thomas authored
Drag and drop issues and epics in the epic tree See merge request gitlab-org/gitlab!14565
-
charlie ablett authored
- no bulk updates in the first iteration - moving only between the same types (epics, epic_issues)
-
Kamil Trzciński authored
Jobs are considered as not interruptible by default Closes #31776 See merge request gitlab-org/gitlab!16785
-
Cédric Tabin authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Kushal Pandya authored
Improve projects list page ui Closes #29852 See merge request gitlab-org/gitlab!16656
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Kushal Pandya authored
Updates jog log to add duration See merge request gitlab-org/gitlab!16792
-
Filipa Lacerda authored
Renders a duration badge, updates the parser Updates the CSS
-
Peter Leitzen authored
Remove magic comments from Ruby files See merge request gitlab-org/gitlab!16782
-
Grzegorz Bizon authored
Remove cluster association code duplication See merge request gitlab-org/gitlab!16615
-
Dmitriy Zaporozhets authored
Rename gitlab-ce to gitlab-foss in version check helper Rename gitlab-ee to gitlab in ee version check helper Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Rémy Coutable authored
Allow negating terms in IssuableFinder See merge request gitlab-org/gitlab!16748
-
Evan Read authored
Change all Package Registry related links See merge request gitlab-org/gitlab!16313
-
Achilleas Pipinellis authored
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/32761, all Package Registry related docs were brought under the same roof. This changes the links in the app itself.
-
Evan Read authored
Consolidate all Package Registry docs under one roof See merge request gitlab-org/gitlab!16770
-
Grzegorz Bizon authored
Add latest pipelines link to api See merge request gitlab-org/gitlab!16534
-
Achilleas Pipinellis authored
Add zoom call section in Issue docs See merge request gitlab-org/gitlab!16836
-
Seth Engelhard authored
-
Andreas Brandl authored
Add npm metadata tags table See merge request gitlab-org/gitlab!15770
-
Sara Ahbabou authored
Tables for metadata and package tags
-
Achilleas Pipinellis authored
Fix typo in group name in ldap-ee.md See merge request gitlab-org/gitlab!16881
-
Achilleas Pipinellis authored
Fix docker code block formatting in ADO docs See merge request gitlab-org/gitlab!16899
-
Hordur Freyr Yngvason authored
-
Nick Thomas authored
Upgrade gitlab-pages to 1.9.0 See merge request gitlab-org/gitlab!16801
-
Vladimir Shushlin authored
-
Kamil Trzciński authored
Enabling runners token for groups See merge request gitlab-org/gitlab!16831
-
Nacho Otal authored
Issue #60774 : I understand the limitations on the number of queries as a test but don't understand how can I count them yet. I'll try to see if I can progress on the pipeline while I get some attention.
-
Nick Thomas authored
XML artifacts are now served by pages See merge request gitlab-org/gitlab!16790
-
Philipp Hasper authored
As JSON is served via pages, XML should also be suitable
-
Peter Leitzen authored
Protected branches log audits events Closes #1487 See merge request gitlab-org/gitlab!16399
-